jade.content.onto
Class ReflectiveIntrospector

java.lang.Object
  |
  +--jade.content.onto.BasicIntrospector
        |
        +--jade.content.onto.ReflectiveIntrospector

public class ReflectiveIntrospector
extends BasicIntrospector

Author:
Federico Bergenti - Universita` di Parma

Constructor Summary
ReflectiveIntrospector()
           
 
Method Summary
 AbsObject externalise(Ontology ontology, java.lang.Object obj)
          Externalize
 java.lang.Object internalise(Ontology ontology, AbsObject abs)
          Internalize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectiveIntrospector

public ReflectiveIntrospector()
Method Detail

externalise

public AbsObject externalise(Ontology ontology,
                             java.lang.Object obj)
                      throws OntologyException
Externalize
Overrides:
externalise in class BasicIntrospector
Parameters:
ontology -  
obj -  
Returns:
 
Throws:
OntologyException -  

internalise

public java.lang.Object internalise(Ontology ontology,
                                    AbsObject abs)
                             throws UngroundedException,
                                    OntologyException
Internalize
Overrides:
internalise in class BasicIntrospector
Parameters:
ontology -  
abs -  
Returns:
 
Throws:
OntologyException -  
UngroundedException -